home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / MetaPloy.swf / scripts / DefineButton2_75 / BUTTONCONDACTION on(release).as
Text File  |  2006-06-13  |  194b  |  13 lines

  1. on(release){
  2.    lives = "4";
  3.    tellTarget("/liv")
  4.    {
  5.       gotoAndStop(eval("/:lives"));
  6.    }
  7.    lives = "4";
  8.    gotoAndPlay(7);
  9.    multi = "1";
  10.    score = "0";
  11.    level = "1";
  12. }
  13.